home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-29 | 712 b | 25 lines | [TEXT/GEOL] |
- Item forwarded by PASCOE1 to APPLE.BUGS
-
- Item 7221770 29-Aug-89 06:41
-
- From: PASCOE1 Pascoe, Geoff,APL
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: PoseModally always Commits
-
-
- TDialogView.PoseModally always commits the last command. It seems to me that
- this shouldn't happen if fDismisser is fCancelItem. It users would be very
- surprised to find that if they accidentally bring up a dialog box and
- subsequently cancel it, that the last undoable command is no longer undoable.
- A simple check before returning
-
- IF fDismisser <> fCancelItem THEN
- gApplication.CommitLastCommand;
-
- should solve this problem.
-
- Geoff
-
-